Job Radar. Live notifications. AI processed.
upwork.com 2026-04-28 🟡
🔹 Python script for searching keywords in PDFs and generating screenshots
👤 Client: 🇨🇾 Cyprus Member since 2023-04-29
💰 Price: $100
🚩 Problem: Automate keyword search in PDF files and generate clear visual results.
📦 Existing: Not specified
Specifications:
[Stack] PyPDF2, PyAutoGUI, Pillow, OpenCV
[Method] Automate PDF opening, keyword searching, screenshot capturing
[Format] Screenshot per keyword with search result
Workflow:
Install necessary libraries: PyPDF2 for PDF manipulation, PyAutoGUI for GUI automation, Pillow and OpenCV for image processing.
Define function to open PDF in background using PyAutoGUI.
Iterate over each keyword in the list, perform search within the opened PDF using PyPDF2 and PyAutoGUI.
Capture screenshot of the search result area showing the keyword and its presence or absence.
Save each screenshot with a descriptive filename indicating the keyword searched.